home *** CD-ROM | disk | FTP | other *** search
- /*************************************************************
- * Kill.rexx Instruct the ARexxManager for AmigaTalk to quit.
- **************************************************************
- *
- */
-
- Options FailAt 5
-
- if ~show( 'l', "rexxsupport.library" ) then do
- check = addlib( 'rexxsupport.library', 0, -30, 0 )
- end
-
- ADDRESS "AmigaTalk_Rexx"
-
- Do
-
- 'Quit'
-
- RETURN
-